home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
kermit.columbia.edu
/
kermit.columbia.edu.tar
/
kermit.columbia.edu
/
e
/
misc.save
/
000103_mortier@locean-ipsl.upmc.fr_Mon Jul 23 14:42:16 2007.msg
< prev
next >
Wrap
Internet Message Format
|
2011-07-03
|
1KB
Path: reader2.panix.com!panix!newsfeed-00.mathworks.com!newsfeed2.dallas1.level3.net!news.level3.com!postnews.google.com!r34g2000hsd.googlegroups.com!not-for-mail
From: mortier <mortier@locean-ipsl.upmc.fr>
Newsgroups: comp.protocols.kermit.misc
Subject: kermit script and unix arguments
Date: Mon, 09 Jul 2007 13:42:02 -0700
Organization: http://groups.google.com
Lines: 11
Message-ID: <1184013722.056689.209050@r34g2000hsd.googlegroups.com>
NNTP-Posting-Host: 81.57.18.151
Mime-Version: 1.0
Content-Type: text/plain; charset="iso-8859-1"
X-Trace: posting.google.com 1184013722 1776 127.0.0.1 (9 Jul 2007 20:42:02 GMT)
X-Complaints-To: groups-abuse@google.com
NNTP-Posting-Date: Mon, 9 Jul 2007 20:42:02 +0000 (UTC)
User-Agent: G2/1.0
X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.8.0.9) Gecko/20061206 Firefox/1.5.0.9,gzip(gfe),gzip(gfe)
Complaints-To: groups-abuse@google.com
Injection-Info: r34g2000hsd.googlegroups.com; posting-host=81.57.18.151;
posting-account=jw5YvA0AAAA0Aej0_tk88B_XbXa4B4dO
Xref: panix comp.protocols.kermit.misc:15674
Hello,
I want to use a kermit script starting with #!/usr/bin/kermit +
with a line of argument (which can be empty). How the check if there
are actually arguments ? In the case where there are arguement, how to
put then in local kermit variables? In fact, how to mimic with kermit
the linux
while getops "options here" option ; do ... ?
Thanks a lot for help, Laurent